Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support no_std #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support no_std #42

wants to merge 1 commit into from

Conversation

antonok-edm
Copy link

Surprisingly, it's extremely difficult to find usable no_std implementations of approximate-membership structures on https://crates.io.

I've added an on-by-default std feature; when disabled this crate will support no_std.

Note that this adds the libm dependency, which is the recommended approach for using methods like std::primitive::f64::{ceil, ln} in no_std contexts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant